Uses of Class
org.eclipse.vtp.framework.interactions.core.media.Content

Packages that use Content
org.eclipse.vtp.desktop.core.configuration.media   
org.eclipse.vtp.desktop.editors.voice.editor   
org.eclipse.vtp.desktop.media.core   
org.eclipse.vtp.desktop.projects.voice.internals   
org.eclipse.vtp.framework.interactions.core.configurations   
org.eclipse.vtp.framework.interactions.core.media   
org.eclipse.vtp.framework.interactions.core.services   
org.eclipse.vtp.framework.interactions.voice.media   
org.eclipse.vtp.framework.media   
 

Uses of Content in org.eclipse.vtp.desktop.core.configuration.media
 

Methods in org.eclipse.vtp.desktop.core.configuration.media that return Content
 Content PromptBindingItemEntry.getContent()
           
 

Methods in org.eclipse.vtp.desktop.core.configuration.media with parameters of type Content
 void PromptBindingItemEntry.setContent(Content prompt)
           
 

Uses of Content in org.eclipse.vtp.desktop.editors.voice.editor
 

Methods in org.eclipse.vtp.desktop.editors.voice.editor that return Content
 Content VoiceContentDialog.getContentItem()
           
 

Methods in org.eclipse.vtp.desktop.editors.voice.editor with parameters of type Content
 void VoiceContentDialog.initialize(java.lang.String itemName, java.lang.String[] unavailableNames, Content contentItem, IMediaProvider mediaProvider)
          Sets the name, content item, and media provider for this dialog edits.
 

Uses of Content in org.eclipse.vtp.desktop.media.core
 

Methods in org.eclipse.vtp.desktop.media.core that return Content
 Content TextContentCreatorPanel.createContent()
           
 Content ReferenceContentCreatorPanel.createContent()
           
 Content OrdinalContentCreatorPanel.createContent()
           
 Content NumberContentCreatorPanel.createContent()
           
 Content MoneyContentCreatorPanel.createContent()
           
 Content MissingContentCreatorPanel.createContent()
           
 Content LettersContentCreatorPanel.createContent()
           
 Content FileContentCreatorPanel.createContent()
           
 Content DigitsContentCreatorPanel.createContent()
           
 Content DateContentCreatorPanel.createContent()
           
abstract  Content ContentCreatorPanel.createContent()
           
 Content ContentEntryDialog.getContent()
           
 

Methods in org.eclipse.vtp.desktop.media.core with parameters of type Content
 void ContentEntryDialog.setContent(Content content)
           
 void TextContentCreatorPanel.setInitialContent(Content content)
           
 void ReferenceContentCreatorPanel.setInitialContent(Content content)
           
 void OrdinalContentCreatorPanel.setInitialContent(Content content)
           
 void NumberContentCreatorPanel.setInitialContent(Content content)
           
 void MoneyContentCreatorPanel.setInitialContent(Content content)
           
 void MissingContentCreatorPanel.setInitialContent(Content content)
           
 void LettersContentCreatorPanel.setInitialContent(Content content)
           
 void FileContentCreatorPanel.setInitialContent(Content content)
           
 void DynamicContentCreatorPanel.setInitialContent(Content content)
           
 void DigitsContentCreatorPanel.setInitialContent(Content content)
           
 void DateContentCreatorPanel.setInitialContent(Content content)
           
abstract  void ContentCreatorPanel.setInitialContent(Content content)
           
 

Uses of Content in org.eclipse.vtp.desktop.projects.voice.internals
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals that return Content
 Content VoiceModel.getSharedContent(java.lang.String name)
          Returns the shared content value under the specified name or null if no such content exists in this model.
 

Methods in org.eclipse.vtp.desktop.projects.voice.internals with parameters of type Content
 void VoiceModel.putSharedContent(java.lang.String name, Content content)
          Sets the shared content item registered under the specified name.
 

Uses of Content in org.eclipse.vtp.framework.interactions.core.configurations
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations that return Content
 Content SharedContentConfiguration.getContent()
          Returns the content in this item.
 Content[] OutputConfiguration.getItem(java.lang.String brandName, java.lang.String interactionTypeID, java.lang.String languageID)
          Returns the item configured for the specified brand, interaction type, and language or null if no such item is configured.
 

Methods in org.eclipse.vtp.framework.interactions.core.configurations with parameters of type Content
 void SharedContentConfiguration.setContent(Content content)
          Sets the content in this item.
 void OutputConfiguration.setItem(java.lang.String key, Content[] item)
          Sets the item configured for the specified brand, interaction type, and language.
 void OutputConfiguration.setItem(java.lang.String brandName, java.lang.String interactionTypeID, java.lang.String languageID, Content[] item)
          Sets the item configured for the specified brand, interaction type, and language.
 

Uses of Content in org.eclipse.vtp.framework.interactions.core.media
 

Subclasses of Content in org.eclipse.vtp.framework.interactions.core.media
 class ContentComposite
           
 class DateContent
           
 class DigitsContent
           
 class FileContent
           
 class FormattableContent
           
 class LettersContent
           
 class MoneyContent
           
 class NumberContent
           
 class OrdinalContent
           
 class ReferencedContent
           
 class TextContent
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media that return Content
 Content TextContent.captureData(IDataSet dataSet)
           
 Content ReferencedContent.captureData(IDataSet dataSet)
           
 Content FormattableContent.captureData(IDataSet dataSet)
           
 Content FileContent.captureData(IDataSet dataSet)
           
 Content Content.captureData(IDataSet dataSet)
           
 Content TextContent.createCopy()
           
 Content ReferencedContent.createCopy()
           
 Content OrdinalContent.createCopy()
           
 Content NumberContent.createCopy()
           
 Content MoneyContent.createCopy()
           
 Content LettersContent.createCopy()
           
 Content DigitsContent.createCopy()
           
 Content DateContent.createCopy()
           
 Content ContentComposite.createCopy()
           
abstract  Content Content.createCopy()
           
 Content ISharedContentProvider.getSharedContent(java.lang.String contentName)
           
 Content IContentFactory.loadContent(org.w3c.dom.Element configuration)
           
 

Methods in org.eclipse.vtp.framework.interactions.core.media with parameters of type Content
 void ContentComposite.addContent(Content content)
           
 void ContentComposite.moveContentDown(Content content)
           
 void ContentComposite.moveContentUp(Content content)
           
 void ContentComposite.removeContent(Content content)
           
 

Uses of Content in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return Content
 Content ContentManager.loadContent(org.w3c.dom.Element configuration)
           
 

Uses of Content in org.eclipse.vtp.framework.interactions.voice.media
 

Subclasses of Content in org.eclipse.vtp.framework.interactions.voice.media
 class AudioContent
           
 

Methods in org.eclipse.vtp.framework.interactions.voice.media that return Content
 Content AudioContent.createCopy()
           
protected  Content VoiceFormatter.getAudioContent(IResourceManager resourceManager, java.lang.String path, java.lang.String filename, java.lang.String defaultText)
          Convenience function to locate a requested audio resource given the expected path and filename.
 

Uses of Content in org.eclipse.vtp.framework.media
 

Methods in org.eclipse.vtp.framework.media that return Content
 Content ContentLoadingManager.loadContent(org.w3c.dom.Element contentElement)